GrowERP is an open-source, multi-platform ERP application built with a modular architecture that allows for unprecedented extensibility and customization. Whether you're a small business or an enterprise, GrowERP adapts to your needs through its flexible building block system.
Production Applications: Require credit card with 2 weeks trial
Applications limited availability under test: dummy credit card always approved
Create a new company, select demo data, and explore! Login credentials will be sent to your email.
dart pub global activate growerp
growerp install
  ๐ Quick Start: New to GrowERP? Start with the Extensibility Overview for a complete roadmap, then check the Building Blocks Guide for frontend development or the Backend Components Guide for backend development.
The GrowERP documentation is actively maintained and regularly updated. Key features:
๐ก Documentation Navigation Tip: Start with the Extensibility Overview for a complete roadmap of all available documentation. Each guide includes cross-references and practical examples to help you find exactly what you need for your specific use case.
๐ Contributing to Documentation: Found something missing or outdated? We welcome documentation contributions! See our Contributing Guide for how to improve the docs.
GrowERP uses a modular architecture that promotes reusability and extensibility:
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ                    Applications Layer                        โ
โ  โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโ โ
โ  โ Admin App   โ โ Hotel App   โ โFreelance Appโ โCustom...โ โ
โ  โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ                  Building Blocks Layer                      โ
โ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโ โ
โ โgrowerp_core  โ โgrowerp_catalogโ โgrowerp_order โ โ ...  โ โ
โ โgrowerp_modelsโ โgrowerp_inventoryโ โ_accounting  โ โ      โ โ
โ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ                    Backend Layer                            โ
โ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโ โ
โ โGrowERP Comp. โ โCustom Comp.  โ โMantle UDM    โ โMoqui โ โ
โ โ              โ โ              โ โMantle USL    โ โFrame โ โ
โ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Clone the repository:
git clone https://github.com/growerp/growerp
cd growerp
  Start the backend (in separate terminal):
cd moqui
# First time only
./gradlew build
java -jar moqui.war load types=seed,seed-initial,install no-run-es
# Regular startup
java -jar moqui.war no-run-es
  Run the Flutter application:
cd flutter/packages/admin
# First time only
dart pub global activate melos 3.4.0
export PATH="$PATH":"$HOME/.pub-cache/bin"
melos clean
melos bootstrap
melos l10n --no-select
melos build --no-select
# Regular startup
flutter run
  Access the backend admin:
For Docker-based installation, see the Docker README.
Complete ERP solution with:
Specialized for hospitality:
Project management focused:
Build your own using:
We welcome contributions from developers of all skill levels! Here's how you can help:
| Main Menu | Products | Website | 
|---|---|---|
![]()  | ![]()  | ![]()  | 
| Accounting | Ledger | Company | 
|---|---|---|
![]()  | ![]()  | ![]()  | 
| Main Menu | 
|---|
![]()  | 
| Company Management | 
|---|
![]()  | 
| Website Management | 
|---|
![]()  | 
| Order Management | 
|---|
![]()  | 
| Accounting | 
|---|
![]()  | 
| Ledger | 
|---|
![]()  | 
| Product Catalog | 
|---|
![]()  | 
| Daily View | Weekly Menu | Rooms | 
|---|---|---|
![]()  | ![]()  | ![]()  | 
| Reservations | Accounting | Ledger | 
|---|---|---|
![]()  | ![]()  | ![]()  | 
| Daily View | 
|---|
![]()  | 
| Weekly View | 
|---|
![]()  | 
| Room Management | 
|---|
![]()  | 
| Reservation System | 
|---|
![]()  | 
| Accounting | 
|---|
![]()  | 
| Financial Ledger | 
|---|
![]()  | 
| E-commerce Website | 
|---|
![]()  | 
๐ Star this repository if you find GrowERP useful!
๐ค Join our community and help shape the future of open-source ERP!
โญ Star โข ๐ด Fork โข ๐ Contribute โข ๐ฌ Discuss